Skip to content

Semantic Version Bump #1193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 22, 2025
Merged

Semantic Version Bump #1193

merged 5 commits into from
Jun 22, 2025

Conversation

QBStevie
Copy link
Contributor

Semantic Version Bump

This GitHub Action automatically bumps the version in your fxmanifest.lua based on the commit message that triggered the push. It uses Conventional Commits to determine whether to apply a patch, minor, or major version bump.

  • The Action reads the current version from fxmanifest.lua (e.g. version '1.3.0')
  • It inspects the latest commit message:
    • fix: → bumps PATCH
    • feat: → bumps MINOR
    • feat!: or BREAKING CHANGE: → bumps MAJOR
  • It writes the new version back into fxmanifest.lua
  • Commits and pushes the updated version with the original commit message included

Copy link

This PR has had 60 days of inactivity & will close within 7 days

@github-actions github-actions bot added the Stale label Jun 10, 2025
@QBStevie
Copy link
Contributor Author

bump

@github-actions github-actions bot removed the Stale label Jun 12, 2025
@GhzGarage GhzGarage merged commit 7562568 into qbcore-framework:main Jun 22, 2025
2 checks passed
@S33G
Copy link
Contributor

S33G commented Jun 22, 2025

sick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants